.w-header {
  background-color: #FFFFFF;
  align-items: center;
  flex-direction: column;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-left: 0px;
  height: 137px;
  /* box-shadow: 1px solid rgba(7, 62, 115, 1); */
  box-shadow: 0px 6px 5px 0px rgba(50,50,50,0.2);
  z-index: 999;
  position: fixed;
}
@media {
  .w-header {
    overflow-x: auto;
  }
}
.w-header-placehoder{
  height: 137px;
  width: 100%;
}
.w-header .w-body {
  margin-right: 0px;
  flex-direction: row;
  flex-shrink: 0;
  padding-right: 0px;
  width: 1200px;
  box-sizing: border-box;
  padding-left: 0px;
  height: 100%;
  margin-left: 0px;
}
.w-header .w-body .w-nav-top {
  justify-content: space-between;
  display: flex;
  height: 54px;
}
.w-header .w-body .w-nav-top .w-logo {
  margin-top: 14px;
  padding-left: 0px;
  height: 26px !important;
  width: 127px !important;
}
.w-header .w-body .w-nav-top .w-logo .img {
  height: 26px !important;
  width: 127px !important;
}
.w-header .w-body .w-nav-top .w-right {
  margin-top: 14px;
  align-items: center;
  display: flex;
  padding-right: 0px;
  box-sizing: border-box;
  justify-content: flex-end;
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding-left: 0px;
}
.w-header .w-body .w-nav-top .w-right .tel-img {
  margin-top: 2px !important;
}
.w-header .w-body .w-nav-top .w-right .tel-tap {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
/*
.w-header .w-body .w-nav-top .w-right .tel-tap:hover {
  color: #666666 !important;
}*/
.w-header .w-body .w-nav-top .w-right .text-tap {
  margin-left: 11px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  cursor: pointer;
}
.w-header .w-body .w-nav-top .w-right .text-gap {
  margin-left: 11px;
  font-size: 13px;
  font-weight: 400;
  color: #cccccc;
  line-height: 18px;
}
.w-header .w-body .w-nav-top .w-right .search-bg {
  margin-left: 17px;
  width: 222px;
  height: 31px;
  background: #F5F7FD;
  border-radius: 1px;
  border: 0px solid #F5F7FD;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.search-bg:hover{
	border: 1px solid #1a5ac3;
    box-shadow: inset 0px 2px 5px 0px #cdcbcb69;
}

.w-header .w-body .w-nav-top .w-right .search-bg .search-input {
  background-color: unset;
  border-width: 0px;
  padding-left: 10px;
  height: 31px;
  width: 192px;
}
.w-header .w-body .w-nav-top .w-right .search-bg .search_icon {
  width: 17px;
  height: 17px;
}
.w-header .w-body .w-nav-top .w-right .language-img {
  margin-left: 11px;
  width: 34px;
  height: 34px;
}
.w-header .w-body .w-nav-top .w-right .loginbtn {
  margin-left: 23px;
  width: 89px;
  height: 34px;
  background: #1a5ac3;
  border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 18px;
  cursor: pointer;
}
.w-header .w-body .w-nav-top .w-right .loginbtn:hover {

  background: #5F8BD5;

}
.user-bg {
  margin-left: 10px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.user-bg .head-img {
  width: 34px;
  height: 34px;
  border-radius: 17px;
}
.user-bg .imgArrow {
  margin-left: 11px;
  margin-left: 7px !important;
  width: 8px;
  height: 8px;
}
.user-bg .name {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  width: 50px;
}
.w-header .w-body .w-nav-tabs {
  height: 34px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  display: flex;
}
.w-header .w-body .w-nav-tabs .hvr-underline-reveal:before {
  width: 80% ;
  height: 2px;
  border-radius: 1px;
  left: 50%;
  background-color: #1A5AC3;
  transform: translate(-50%, 4px) !important;
  cursor: pointer;
}
.w-header .w-body .w-nav-tabs .hvr-underline-reveal:active:before,
.w-header .w-body .w-nav-tabs .hvr-underline-reveal:focus:before,
.w-header .w-body .w-nav-tabs .hvr-underline-reveal:hover:before {
  -webkit-transform: translate(-50%, 0px) !important;
  transform: translate(-50%, 0px) !important;
  cursor: pointer;
}
.w-header .w-body .w-nav-tabs .sel:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  border-radius: 1px;
  left: 50% !important;
  bottom: 0px;
  background-color: #1A5AC3;
  transform: translate(-50%, 0px) !important;
}
.w-header .w-body .w-nav-tabs .sel {
  font-weight: bold ;
}
.w-header .w-body .w-nav-tabs a:hover {
  color: #1A5AC3;
}
.w-header .w-body .w-nav-tabs a {
  margin-top: 5px;
  height: 29px !important;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.w-header .w-body .w-nav-tabs .imgArrow {
  margin-top: 7px !important;
  margin-left: 7px !important;
  width: 8px;
  height: 8px;
}
.qr-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.qr-bg .qr-row {
  align-items: center;
  text-align: center;
  flex-direction: row;
}
.qr-bg .qr-row .qr-img {
  height: 127px !important;
  width: 127px !important;
  /* object-fit: fill; */
}
.qr-bg .qr-row .qr-text {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.tag-bg {
  width: 500px;
  margin-left: 10px;
  padding-right: 22px;
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tag-bg .tag-text {
  margin-top: 22px;
  margin-left: 29px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.more-bg {
  width: 500px;
  padding: 23px;
  /* background: linear-gradient(180deg, #E8F0FF 0%, rgba(255,255,255,0.77) 100%);
  border: 2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
  backdrop-filter: blur(0px); */
}
.more-bg .more-bg-top{
  height: 120px;
  width: 523px;
  margin-top: -35px;
  margin-left: -35px;
  position: absolute;
  background: linear-gradient(180deg, #E8F0FF 0%, rgba(255,255,255,0.77) 100%);
  /* border: 2px solid; */
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
  backdrop-filter: blur(0px);
  z-index: -111;
}
.more-bg .more-head {
  display: flex;
  justify-content: space-between;
}
.more-bg .more-head .left-Tittle {
  display: flex;
}
.more-bg .more-head .left-Tittle .more-point {
  width: 4px;
  height: 4px;
  background: #3C6EFF;
  border-radius: 2px;
  margin-top: 7px;
  margin-right: 11px;
}
.more-bg .more-head .left-Tittle .more-tittle {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
}
.more-bg .more-head .more-img {
  height: 11px !important;
  width: 11px !important;
}
.more-bg .more-tag-bg {
  margin-top: 17px;
  margin-left: 14px;
  padding-right: 22px;
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.more-bg .more-tag-bg .more-tag-text {
  margin-top: 8px;
  margin-right: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  border-radius: 1px;
  border: 1px solid #EEEEEE;
  height: 29px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.more-bg .more-tag-bg .more-tag-text:hover {
  background-color: rgba(26, 90, 195, 0.1);
  color: #333333 !important;
}
.head-pop-bg {
  width: 320px;
}
.head-pop-bg .head-pop-bg-top{
  height: 98px;
  width: 100%;
  margin-top: -38px;
  margin-left: -12px;
  position: absolute;
  background: linear-gradient(180deg, #E8F0FF 0%, rgba(255,255,255,0.77) 100%);
  /* border: 2px solid; */
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
  backdrop-filter: blur(0px);
  z-index: -111;
}
.head-pop-bg .head-bg {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.head-pop-bg .head-bg .head-img {
  margin-left: 17px;
  width: 47px;
  height: 47px;
  border-radius: 23px;
}
.head-pop-bg .head-bg .name {
  margin-left: 5px;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}
.head-pop-bg .head-icon-bg {
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 21px 23px 0px 29px;
}
.head-pop-bg .head-icon-bg .head-icon-img {
  width: 32px;
  height: 32px;
  /* font-size: 23px; */
}
.head-pop-bg .head-icon-bg .head-text {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  color: #666666;
}
.head-pop-bg .line {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 23px;
  margin-right: 23px;
  height: 0px;
  border: 1px solid #EDEDED;
}
.head-pop-bg .logout {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
  margin-left: 23px;
  cursor: pointer;
  margin-bottom: 14px;
}
.head-pop-bg .logout:hover {
  color: #1A5AC3;
}


/* 新版本head */
.block_1 {
  width: 1200px;
  height: 46px;
  margin-top: 14px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.image_1 {
  width: 197px;
  height: 46px;
  min-width: 197px;
}

.text_1 {
  width: 477px;
  height: 19px;
  overflow-wrap: break-word;
  color: rgba(123, 123, 123, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 19px;
  display: flex;
  margin: 0px 0 0 18px;
}

.text_1_1{
  margin-right: 6px;
  color: rgba(123, 123, 123, 1);
}

.box_2 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 13px;
  width: 78px;
  height: 26px;
  border: 1px solid rgba(7, 62, 115, 1);
  margin: 0px 0 0 9px;
}
/* .opacity{} */
.opacity_6:hover{
  opacity: 0.6;
  transition: 0.06s all ease;
}
.cursor_pointer{
  cursor: pointer;
}

.text_2 {
  width: 29px;
  height: 26px;
  overflow-wrap: break-word;
  color: rgba(7, 62, 115, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  margin: 0px 0 0 8px;
}

.thumbnail_1 {
  width: 20px;
  height: 20px;
  margin: 3px 9px 0 10px;
}

.text-wrapper_1 {
  background-color: rgba(7, 62, 115, 1);
  border-radius: 13px;
  height: 27px;
  width: 61px;
  margin: 0px 0 0 17px;
}

.text_3 {
  width: 61px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
  /* margin: 7px 0 0 8px; */
}

.text-wrapper_2 {
  background-color: rgba(7, 62, 115, 1);
  border-radius: 13px;
  height: 27px;
  width: 61px;
  margin: 0px 0 0 6px;
}

.text_4 {
  width: 61px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: AdobeGothicStd-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
  /* margin: 6px 0 0 11px; */
}

.text-wrapper_3 {
  background-color: rgba(7, 62, 115, 1);
  border-radius: 13px;
  height: 27px;
  width: 61px;
  margin: 0px 0 0 6px;
}

.text-wrapper_h5 {
  background-color: rgba(7, 62, 115, 1);
  border-radius: 13px;
  height: 27px;
  width: 110px;
  margin: 0px 0 0 6px;
}
.text_5 {
  width: 61px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
  /* margin: 6px 0 0 11px; */
}
.text_h5{
  width: auto;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
}

.text-wrapper_4 {
  background-color: rgba(7, 62, 115, 1);
  border-radius: 13px;
  height: 27px;
  width: 75px;
  margin: 0px 0 0 17px;
}

.text_6 {
  width: 75px;
  height: 27px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 27px;
  display: flex;
  justify-content: center;
  /* margin: 6px 0 0 9px; */
}

.text_7 {
  width: 1200px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
}

.text_7_1 {
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
}

.text_7_2 {
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(7, 62, 115, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 3px;
}

.text-wrapper_5 {
  width: 1200px;
  height: 14px;
  margin-top: 14px;
  margin-bottom: 12px;
}

.text_8 {
  width: 31px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
}

.text_9 {
  width: 628px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 11px;
  display: flex;
  justify-content: space-between;
}

.text_9_1 {

  height: 14px;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
}

.text_9_1_1 {

  height: 14px;
  overflow-wrap: break-word;
  color: #FFFFFF;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  background-color: #003D77;
}
.text_9_1_1:hover
{
  color: #FFFFFF !important;
  opacity: 0.5;
}

.text_10 {
  width: 470px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(7, 62, 115, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
  margin-left: 60px;
  display: flex;
  justify-content: space-between;
}

.text_10_1 {
  overflow-wrap: break-word;
  color: rgba(7, 62, 115, 1);
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 14px;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
